css: Make CSS resolving work according to spec
authorBenjamin Otte <otte@redhat.com>
Thu, 29 Dec 2011 13:04:33 +0000 (14:04 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:50 +0000 (18:37 +0100)
commitfbedcdaf7d72d4b015deb9e030606322bf5428ea
tree882bed55de7a1c1f49ea835c947a5b834bd5a3e2
parent5a815e21591639cf2901d6c8529cf6b6bba54ab4
css: Make CSS resolving work according to spec

See inline code comments taken from
  http://dev.w3.org/csswg/css3-cascade/#cascade

This now respects the special values "inherit" and "initial" properly.
Note that those values cannot be parsed yet. This will be added in a
future commit.
gtk/gtkcsslookup.c